Infobox Callouts
Make your notes aesthetic and interactive with the infobox callouts (inspired by and adapted from this snippet).
This is integrated to use the theme colors. If you prefer to use the original snippet with all the customization features, disable the infobox section via the Style Settings plugin.
How to use?
Most markdown format supported by obsidian is supported (refer to the original snippet repo for more details).
> [!infobox] this is an infobox
> ![[moon.png]]
> infoboxes are callouts that can be used to create wike-like callouts
> <div class="section"> this is a section</div>
> <span class="label"> label</span> this is a label
> <span class="label">info</span> the text below this
> <span class="info">this is info</span>
>
> ---
>
>these classes are added to allow for more formatting options
Showcase